home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / files / pipe < prev    next >
Encoding:
Text File  |  1993-10-26  |  620 b   |  14 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           pipe ?fileId_var_r fileId_var_w?
  4.                Create a pipe.  If fileId_var_r  and  fileId_var_r  are
  5.                specified,  then  pipe  will  set  the a variable named
  6.                fileId_var_r to contain the fileId of the side  of  the
  7.                pipe that was opened for reading, and fileId_var_w will
  8.                contain the fileId of the side of  the  pipe  that  was
  9.                opened for writing.
  10.  
  11.                If the fileId variables are not specified, then a  list
  12.                containing  the  read  and write fileIdw is returned as
  13.                the result of the command.
  14.